home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 24 / Mac Magazin and MacEasy Magazine CD - Issue 24.iso / Wissenschaft & Technik / MatrixHelperDemo / MatrixHelper Readme < prev    next >
Text File  |  1996-06-25  |  2KB  |  31 lines

  1. Matrix Helper 1.3
  2. Performing Various Matrix Operations
  3.  
  4. By Hussam Dandashli
  5. Sheba Softpurr
  6. hussamd@skyenet.net
  7.  
  8. Matrix Helper is an application to help with basic matrix operations like inverting, row-reducing, solving a system of linear equations and more...
  9. The application utilizes several features including: 
  10. * dynamic memory allocation, allowing the user to enter a large matrix depending on the amount of RAM allocated to the application.
  11. * Improved solver for a system of equations using Gauss-Jordan method with full pivoting to handle ill-conditioned matrices.
  12. * Ability to read/write large matrices that the application would not be able to display in the application's window.
  13. * Display matrix in main and console windows, so the user can copy the numbers as text right out of the visible part of the console window.
  14. * Straight-forward user interface.
  15.  
  16. Version 1.3 adds PowerPC support and a better console interface thanks to CodeWarriorâ„¢ SIOUX library.
  17.  
  18. Version 1.2 fixes a loop when trying to open a file and selecting cancel.
  19.  
  20. Version 1.1 fixes a minor bug that caused the determinant to be zero if some of the diagonal numbers were very small.  Other additions include three options to view numbers, e.g. 3.20e-2 or 0.032 or 0.032000, and better console display.
  21.  
  22. This demo version is limited to 3x3 matrices.  The full version is limited by available RAM.  It is shareware with a $10 fee.  If interested send orders to
  23. Hussam Dandashli
  24. 319 Gage Ave
  25. Elkhart, IN 46516
  26.  
  27. Please include your e-mail address if applicable.  Please circulate and distribute this demo version.
  28.  
  29. This application can be included on the archive's CD-ROM
  30.  
  31.